home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000391_vschmidt@ldeo.columbia.edu_Thu Mar 27 12:03:22 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  68 lines

  1. Article: 14192 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.ldeo.columbia.edu!not-for-mail
  3. From: "Val Schmidt" <vschmidt@ldeo.columbia.edu>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Help troubleshooting Lockfiles
  6. Date: Thu, 27 Mar 2003 09:10:52 -0500
  7. Organization: Lamont-Doherty Earth Observatory of Columbia University
  8. Lines: 48
  9. Message-ID: <b5v0pi$jt3$1@newsmaster.ldgo.columbia.edu>
  10. NNTP-Posting-Host: localhost
  11. X-Trace: newsmaster.ldgo.columbia.edu 1048774258 20387 127.0.0.1 (27 Mar 2003 14:10:58 GMT)
  12. X-Complaints-To: request@ldeo.columbia.edu
  13. NNTP-Posting-Date: Thu, 27 Mar 2003 14:10:58 +0000 (UTC)
  14. X-Priority: 3
  15. X-MSMail-Priority: Normal
  16. X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
  17. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14192
  19.  
  20. I'm new to kermit and need some help troubleshooting a lockfile problem.
  21.  
  22. Here's what I've got:
  23. Redhat 8.0
  24. C-Kermit 208
  25. IBM thinkpad
  26.  
  27. Here's what I've done:
  28. Downloaded ckermit, unzipped, untarred.
  29. Changed makefile to specify /usr/share/man/man1 for man files.
  30. Compiled ckermit with "make redhat80" without error.
  31. Installed ckermit with "make install".  Binaries and man file were
  32. installed, but the "certificates", "source code","text" files were not
  33. installed.  I don't know if this is the root of the problem or not.
  34.  
  35. Ok, now if I run kermit and type "set line ttyS0" I get "Sorry, write access
  36. to the UUCP lockfile directory is denied."
  37.  
  38. I  read the install instructions (sections 10 and 11) and have tried the
  39. following:
  40. 1) Verified that /dev/ttyS0 (among others) is owned by root, in the uucp
  41. group
  42. [vschmidt@val-ldeo vschmidt]$ ls -l /dev/ttyS0
  43.     crw-rw----    1 root     uucp       4,  64 Aug 30  2002 /dev/ttyS0
  44. 2) Changed the group ownership of the lock file to uucp and made sure it has
  45. rw permission. [This didn't fix the problem, so I later gave it world rw
  46. permissions as shown below which also didn't help.]
  47. [vschmidt@val-ldeo vschmidt]$ ls -l /var/
  48.     drwxrwxrwx    4 root     uucp         1024 Mar 27 08:45 lock
  49. 3. Changed the group permissions on the kermint binary to uucp and setgid
  50. with "chmod g+s kermit". [I later changed the ownership of kermit and setuid
  51. as well.  This is shown below.]
  52.     -rwsr-sr-x    1 uucp     uucp      2120965 Mar 26 19:35
  53. /usr/local/bin/kermit
  54.  
  55. After all that, if I run kermit and and type "set line ttyS0" I still get
  56. "Sorry, write access to the UUCP lockfile directory is denied."
  57.  
  58. I have verified that the lock file is /var/lock with "show variables" within
  59. kermit. I'm completely stumped.
  60.  
  61. Any ideas of things to try would be very very much appreciated.
  62.  
  63. Thanks,
  64.  
  65. Val
  66.  
  67.  
  68.